home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / NeXT-Icons / next-icon@gun.com / Apps / ImagePortfolio / PB.project < prev    next >
Encoding:
Text File  |  1993-06-03  |  1.2 KB  |  37 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. APPICON = appIcon.tiff;
  3. GENERATEMAIN = NO;
  4. DOCICONFILES = (doc.tiff);
  5. FILESTABLE = {
  6.     M_FILES = ();
  7.     OTHER_LINKED = (ExpandedView.cxx, ImagePortfolio.cxx, ImagePortfolio_main.cxx, PaletteCell.cxx, PaletteMatrix.cxx, Portfolio.cxx, ExpandImage.cxx);
  8.     H_FILES = (ExpandedView.h, ImagePortfolio.h, PaletteCell.h, PaletteMatrix.h, Portfolio.h, ExpandImage.h);
  9.     CLASSES = ();
  10.     IMAGES = (appIcon.tiff, closedFolder.tiff, doc.tiff, gif.tiff, multiFile.tiff, openFolder.tiff, stop.tiff);
  11.     PSW_FILES = ();
  12.     C_FILES = (appVersion.c);
  13.     OTHER_RESOURCES = (HELP.rtfd);
  14.     OTHER_SOURCES = (Makefile, Makefile.preamble);
  15.     SUBPROJECTS = (apputils.subproj, threads.subproj, imageReps.subproj);
  16.     PSWM_FILES = ();
  17.     SOUNDS = ();
  18.     BUNDLES = ();
  19.     OTHER_LIBS = (Media_s, NeXT_s);
  20.     INTERFACES = (ExpandImage.nib, ImagePortfolio.nib, Portfolio.nib);
  21. };
  22. APPCLASS = ImagePortfolio;
  23. MAINNIB = ImagePortfolio;
  24. DOCEXTENSIONS = (portfolio);
  25. PROJECTTYPE = Application;
  26. PROJECTVERSION = 1.1;
  27. LOCALIZABLE_FILES = {
  28.     stop.tiff;
  29.     ExpandImage.nib;
  30.     Portfolio.nib;
  31.     ImagePortfolio.nib;
  32.     HELP.rtfd;
  33. };
  34. PROJECTNAME = ImagePortfolio;
  35. SYSTEMEXTENSIONS = ();
  36. LANGUAGE = English;
  37.